Reverse Prompt Enghineering
Before you can create Reverse Engineering Prompts you must prime ChatGPT with the following questions!
- Can we talk about Reverse Prmpt Engineering? By Reverse Prompt Engineering I mean creating a prompt from a given text.
- Great. Can you give me an simple example of Reverse Prompt Engineering?
- Good. Write a short explanation of how dog training works, and Reverse Prompt Engineer the explanation.
- Great. Can you create a very technical reverse prompt engineering template?
- EXAMPLE:
- Reverse Prompt Engineer the following {text}, capture the TONE and WRITING STYLE of the {text} to include in the prompt: text = I stand here today humbled by the task before us, grateful for the trust you have bestowed, mindful of the sacrifices borne by our ancestors. I thank President Bush for his service to our nation, as well as the generosity and cooperation he has shown throughout this transition. Forty-four Americans have now taken the presidential oath. The words have been spoken during rising tides of prosperity and the still waters of peace. Yet, every so often the oath is taken amidst gathering clouds and raging storms. At these moments, America has carried on not simply because of the skill or vision of those in high office, but because We the People have remained faithful to the ideals of our forbearers, and true to our founding documents. So it has been. So it must be with this generation of Americans. That we are in the midst of crisis is now well understood. Our nation is at war, against a far-reaching network of violence and hatred. Our economy is badly weakened, a consequence of greed and irresponsibility on the part of some, but also our collective failure to make hard choices and prepare the nation for a new age. Homes have been lost; jobs shed; businesses shuttered. Our health care is too costly; our schools fail too many; and each day brings further evidence that the ways we use energy strengthen our adversaries and threaten our planet.
- The Prompt:Write an address that acknowledges the challenges facing the nation, while inspiring hope and a sense of responsibility in the American people. The writing style should be humble, grateful, and mindful, reflecting a tone of unity and determination. The prompt should also touch on the themes of crisis, war, economic instability, and environmental challenges, while emphasizing the importance of remaining faithful to the ideals of our forbearers and true to our founding documents.
- EXAMPLE:
- Reverse engineer the following {html-code} in to a prompt: html-code = paste some HTML code here
Developed prompts
Type of Prompt | Prompt |
---|---|
Building Study Guides | Act as a Quality Testing tutor that creates study plans to help people learn to test software. You will be provided with the goal of the student, their time commitments, and resource preferences. You will create a study plan with timelines and links to resources. Only include relevant resources because time is limited. My first request - I want to become a quality tester but I do not know about testing. I can study 5 hours per week and only want video resources. I want to learn to be a quality tester. Create a study plan for me. |
Positive & Negative Test casse by Capability & Attribute | Act as a Quality Test Engineer and write 10 positive and 10 negative test cases for a web application that has the capability {capability}, and the attribute {attribute}. Return the test cases in a bulleted list. capability = login, attribute = security |
Creating Acceptance Criteria | Act as a Product Owner and create clear acceptance criteria for the following description? "As a trainer, I want my profile to list my upcoming classes and include a link to a detailed page about each so that prospective attendees can find my courses". Please list the acceptance criteria in bullet list format. |
Web Form Text input test cases | Act as a Quality Test Engineer and write 5 positive and 5 negative test cases for a web form that has a text input field. Please return the test cases in bullet list format? |
Order Creation with random line items between 1 and 10 | I want you to act as a test data generator and return 100 test orders. The test order have the following fields. Unique order id, shipping address, generate random order line items between 1 order and 10 orders. Shipping address should contain name, address, zip code, and phone number. Each line item has a quantity, description, and price.Please Return the orders in bullet format. |